Flying Saucer Project Release R8

Uses of Class
org.xhtmlrenderer.css.sheet.PropertyDeclaration

Packages that use PropertyDeclaration
org.xhtmlrenderer.css.newmatch   
org.xhtmlrenderer.css.sheet   
 

Uses of PropertyDeclaration in org.xhtmlrenderer.css.newmatch
 

Methods in org.xhtmlrenderer.css.newmatch that return PropertyDeclaration
static PropertyDeclaration CascadedStyle.createLayoutPropertyDeclaration(CSSName cssName, IdentValue display)
          Creates a PropertyDeclaration suitable for passing to CascadedStyle.createLayoutStyle(PropertyDeclaration[]) or CascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[])
 PropertyDeclaration CascadedStyle.propertyByName(CSSName cssName)
          Returns a PropertyDeclaration by CSS property name, e.g.
 

Methods in org.xhtmlrenderer.css.newmatch with parameters of type PropertyDeclaration
static CascadedStyle CascadedStyle.createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)
          Creates a CascadedStyle using style information from startingPoint and then adding the property declarations from decls.
static CascadedStyle CascadedStyle.createLayoutStyle(PropertyDeclaration[] decls)
          Creates a CascadedStyle using the provided property declarations.
 

Uses of PropertyDeclaration in org.xhtmlrenderer.css.sheet
 

Methods in org.xhtmlrenderer.css.sheet with parameters of type PropertyDeclaration
 void Ruleset.addProperty(PropertyDeclaration decl)
           
 


Flying Saucer Project Release R8

Flying Saucer Project Home